html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0;
}

table,
td {
    margin: 0;
    padding: 0;
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

input[type='button'],
input[type='submit'],
input[type='file'],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    cursor: pointer;
}

li {
    list-style: none;
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}


/*通用头部、尾部、检索等公用代码*/

body,
html {
    min-width: 1445px;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
    max-width: 1920px;
    display: block;
    margin: 0 auto;
    position: relative;
}


/* 通用分页 */

.xll_pagebox {
    text-align: center;
    line-height: 39px;
    margin: 20px auto 0px;
}

.xll_pagebox ul {
    padding: 0 !important;
}

.xll_pagebox ul li {
    border-bottom: 0px !important;
    background: none;
    display: inline;
    margin: 0 !important;
    padding: 0 !important;
    height: 28px !important;
    line-height: 28px !important;
    overflow: hidden !important;
}

.xll_pagebox a {
    font-size: 14px !important;
    max-width: 100% !important;
    line-height: 28px !important;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    color: #7d7d7d !important;
    padding: 4px 8px!important;
    display: inline !important;
}

.xll_pagebox .slf a {
    border: 0 !important;
    cursor: default;
}

.xll_pagebox ul li a::after {
    display: none !important;
}

.xll_pagebox span {
    float: initial !important;
    font-size: 14px !important;
    color: #7d7d7d !important;
    line-height: 28px !important;
    margin-right: 5px;
}

.xll_pagebox .hidden-xs.on a {
    background-color: #01b782 !important;
    color: #fff !important;
    border: 1px solid #01b782 !important;
}

.xll_pagebox .hidden-xs a:hover {
    background-color: #01b782 !important;
    color: #fff !important;
    border: 1px solid #01b782 !important;
}

.xll_pagebox .page_prev a:hover {
    background-color: #01b782 !important;
    color: #fff !important;
    border: 1px solid #01b782 !important;
}

.xll_pagebox .page_next a:hover {
    background-color: #01b782 !important;
    color: #fff !important;
    border: 1px solid #01b782 !important;
}

.xll_pagebox .bot a:hover {
    background-color: #01b782 !important;
    color: #fff !important;
    border: 1px solid #01b782 !important;
}

.xll_pagebox #JumpPage {
    display: inline-block;
    width: 30px;
    color: #7d7d7d;
    line-height: 28px;
    font-size: 14px;
    border: 1px solid #f5f5f5;
    margin: 0 5px;
    text-align: center;
    border-radius: 3px;
}

.container {
    width: 1300px;
    margin: 0 auto;
}

.header {
    position: relative;
    height: 612px;
}

.header_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.header_bg .bd,
.header_bg .tempWrap,
.header_bg .bd ul,
.header_bg .bd ul li {
    height: 100%;
}

.nav {
    border-top: 4px solid #02b782;
    height: 85px;
    border-bottom: 1px solid #b3ddf2;
}

.nav_left {
    float: left;
}

.nav_left li {
    float: left;
}

.nav_left li {
    height: 86px;
    line-height: 85px;
    margin-right: 60px;
}

.nav_left li:last-child {
    margin-right: 0;
}

.nav_left li a {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    display: block;
}

.nav_left li.on,
.nav_left li:hover {
    background: url(../images/nav_active.png) no-repeat center bottom;
}

.nav_right {
    float: right;
    padding-top: 25px;
}

.nav_right a {
    float: left;
    height: 40px;
    line-height: 40px;
    border-radius: 35px;
    font-size: 18px;
    box-sizing: border-box;
    margin-left: 8px;
    padding: 0 15px;
}

.nav_right a.a1 {
    color: #ff8442;
    background: #e2f4fc;
}

.nav_right a.a2 {
    color: #ffffff;
    background-color: #ff8442;
    margin-left: 10px;
}

.nav_right a.a3 {
    color: #fff;
    background: #ff8442;
}

.nav_right a.a4 {
    width: 40px;
    height: 40px;
    background: url(../images/wza.png)no-repeat center;
    background-size: 100%;
}

.nav_right a:hover {
    text-decoration: underline;
}

.logo {
    padding-top: 135px;
}

.logo img {
    display: block;
    margin: 0 auto;
}

.searchBox {
    width: 690px;
    height: 62px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    position: relative;
    margin-top: 25px;
}

.searchBox::after {
    content: "";
    position: absolute;
    left: 64px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 17px;
    background: #9defd7;
}

.searchBox form {
    height: 100%;
}

.searchBox img {
    float: left;
    margin-left: 20px;
    margin-top: 18px;
}

.searchBox input[type="text"] {
    float: left;
    width: 480px;
    border: none;
    height: 100%;
    outline: none;
    margin-left: 45px;
    line-height: 62px;
    font-size: 18px;
    background: transparent;
}

.searchBox input[type="text"]::placeholder {
    font-size: 18px;
    color: #02b782;
    line-height: 62px;
}

.searchBox button {
    float: right;
    width: 115px;
    border-radius: 0 5px 5px 0;
    background: #02b782;
    border: none;
    outline: none;
    font-size: 18px;
    color: #ffffff;
    height: 100%;
}


/* 通用切换 start */

.tab_hd_tong ul {
    float: left;
}

.tab_hd_tong ul li {
    float: left;
    height: 46px;
    text-align: center;
    margin-right: 10px;
    position: relative;
    padding: 0 20px;
}

.tab_hd_tong ul li a {
    display: block;
    font-size: 24px;
    color: #333333;
    font-weight: 700;
    height: 100%;
    /* line-height: 22px; */
}

.tab_hd_tong ul li.on {
    /* background: url(../images/tab_bg.png) no-repeat center; */
    background: url(../images/sub_rightTitle1.png) no-repeat center / 100% 46px;
}

.tab_hd_tong ul li.on::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 32px;
    height: 13px;
    background: url(../images/sub_rightTitle1_1.png) no-repeat center;
}

.tab_hd_tong ul li:last-child {
    margin-right: 0;
}

.more {
    float: right;
}

.tab_bd_tong ul {
    padding-top: 15px;
}

.tab_bd_tong ul li {
    height: 46px;
    line-height: 46px;
}

.tab_bd_tong ul li a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    color: #333333;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.tab_bd_tong ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff8442;
}

.tab_bd_tong ul li em a::after {
    background: none;
}

.tab_bd_tong ul li em a {
    padding-left: 0;
}

.tab_bd_tong ul li em a img {
    width: 36px;
}

.tab_bd_tong ul li a:hover {
    color: #02b782;
}

.tab_bd_tong ul li span {
    float: right;
    font-size: 16px;
    color: #999999;
}


/* 通用切换 end */

.footer_links {
    height: 58px;
    background: #009d6f;
}

.footer_links .container {
    display: flex;
    justify-content: space-between;
}

.footer_links .link {
    float: left;
    position: relative;
}

.footer_links .link>span {
    padding-right: 27px;
    position: relative;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #defaf0;
    cursor: pointer;
}

.footer_links .link>span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 9px;
    background: url(../images/footer_link.png) no-repeat center;
    transform: rotateZ(0) translateY(-50%);
    transition: transform .3s;
    transform-origin: center top;
}

.footer_links .link>a {
    display: block;
    padding-right: 27px;
    position: relative;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #defaf0;
    cursor: pointer;
}

.footer_links .link>a:hover {
    text-decoration: underline;
}

.footer_links .link>.list {
    position: absolute;
    bottom: 58px;
    background: #009d6f;
    width: 1300px;
    display: none;
    box-sizing: border-box;
    padding: 10px 30px;
    opacity: .95;
    z-index: 100;
    max-height: 260px;
    overflow-y: auto;
}

.footer_links .link>.list::-webkit-scrollbar {
    width: 7px;
    background: #eff4ff;
    border-radius: 10px;
}

.footer_links .link>.list::-webkit-scrollbar-thumb {
    width: 7px;
    background: #02b782;
    border-radius: 10px;
}

.footer_links .link2>.list {
    left: -238px;
}

.footer_links .link3>.list {
    left: -477px;
}

.footer_links .link4>.list {
    right: -549px;
}

.footer_links .link5>.list {
    right: 0px;
}

.footer_links .link6>.list {
    right: 0;
}

.footer_links .link>.list a {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer_links .link>.list a:hover {
    text-decoration: underline;
}

.footer_links .link:hover span::after {
    transform: rotateZ(180deg) translateY(-50%);
}

.footer_links .link:hover>.list {
    display: block;
}

.footer_cont {
    height: 168px;
    background: #02b782;
}

.footer_cont * {
    font-size: 16px;
    color: #fff;
}

.footer_cont a:hover {
    text-decoration: underline;
}

.footer_cont .left {
    height: 168px;
    float: left;
    width: 130px;
    position: relative;
    box-sizing: border-box;
    padding-right: 50px;
    padding-top: 30px;
}

.footer_cont .left::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 65px;
    width: 1px;
    transform: translateY(-50%);
    background: #17cb97;
}

.footer_cont .left a {
    display: block;
    line-height: 36px;
}

.footer_cont .mid {
    padding-top: 30px;
    height: 168px;
    float: left;
    padding-left: 65px;
    line-height: 36px;
    position: relative;
    padding-right: 55px;
    box-sizing: border-box;
}

.footer_cont .mid::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 65px;
    width: 1px;
    transform: translateY(-50%);
    background: #17cb97;
}

.footer_cont .mid img {
    margin-right: 7px;
    vertical-align: middle;
}

.footer_cont .right {
    float: right;
    padding-top: 43px;
}

.footer_cont .right a {
    float: left;
    margin-left: 30px;
}

.footer_cont .right a.a2 {
    margin-top: 3px;
}

.rightBarBox {
    position: fixed;
    right: 30px;
    top: 285px;
}

.rightBarBox span {
    font-size: 0;
    color: #ffffff;
    line-height: 56px;
    text-align: center;
    display: block;
    box-sizing: border-box;
}

.rightBarBox ul {
    width: 56px;
}

.rightBarBox li {
    float: right;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgb(204, 204, 204);
    opacity: 0.8;
    margin-bottom: 10px;
	margin-right:10px;
    position: relative;
    transition: width .3s;
}
.rightBarBox li.li7{
	width:79px;
	height:89px;
	background:none;
	margin-right:0;
	opacity:1;
}
.rightBarBox li.li7:hover{
	width:79px;
	height:89px;
	background:none;
	
}	

.rightBarBox li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.rightBarBox li.li1::after {
    width: 12px;
    height: 28px;
    background: url(../images/rightBar_img1.png) no-repeat center;
}

.rightBarBox li.li2::after {
    width: 33px;
    height: 27px;
    background: url(../images/rightBar_img2.png) no-repeat center;
}

.rightBarBox li.li3::after {
    width: 18px;
    height: 28px;
    background: url(../images/rightBar_img3.png) no-repeat center;
}

.rightBarBox li.li5::after {
    width: 33px;
    height: 29px;
    background: url(../images/rightBar_img4.png) no-repeat center;
}

.rightBarBox li.li6::after {
    width: 33px;
    height: 27px;
    background: url(../images/rightBar_img5.png) no-repeat center;
}

.rightBarBox li.goTop::after {
    width: 17px;
    height: 21px;
    background: url(../images/rightBar_img6.png) no-repeat center;
}

.rightBarBox li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.rightBarBox li.li4 span {
    font-size: 14px;
}

.rightBarBox li:hover {
    width: 120px;
    border-radius: 35px;
    background: #ff8442;
    transition: width .3s;
}

.rightBarBox li:hover span {
    font-size: 14px;
    padding-left: 20px;
}

.rightBarBox li:hover::before {
    content: "";
    position: absolute;
    right: 18px;
    width: 62px;
    height: 100%;
    background: url(../images/rightBar_active.png) no-repeat center;
}
.rightBarBox li.li7:hover::before{
	background:none;
}
.rightBarBox li.li1:hover::after {
    left: 100px;
}
.rightBarBox li.li1:hover span {
  padding-left: 0px;
}

.rightBarBox li.li2:hover::after {
    left: 26px;
}

.rightBarBox li.li3:hover::after {
    left: 26px;
}

.rightBarBox li.li5:hover::after {
    left: 26px;
}

.rightBarBox li.li6:hover::after {
    left: 26px;
}

.rightBarBox li.goTop:hover::after {
    left: 26px;
}

.rightBarBox li.li4:hover span {
    padding-left: 0;
}

.rightBarBox li.li4:hover::before {
    right: 27px;
}

.rightBarBox li>img {
    position: absolute;
    left: -120px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    opacity: 1;
    display: none;
}

.rightBarBox li:hover>img {
    display: block;
}

#_span_jiucuo {
    float: left;
    margin-top: 4px;
    margin-left: 20px;
}

.testRun {
    position: fixed;
    width: 285px;
    transition: height .3s;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 0 20px 20px;
    z-index: 99999;
}

.testRun1 {
    left: 0;
    bottom: 0;
}

.testRun2 {
    right: 0;
    bottom: 0;
}

.testRun .testRun_close {
    height: 20px;
}

.testRun .testRun_close span {
    float: right;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin-right: -15px;
    cursor: pointer;
    font-size: 25px;
    color: #67696a;
}

.testRun_cont a {
    display: block;
}

.testRun_cont p {
    font-size: 15px;
    color: #222;
    line-height: 22px;
    margin-top: 10px;
}

.testRun .bot a {
    font-size: 12px;
    color: #015293;
    margin-top: 15px;
    display: inline-block;
}

.testRun .bot a:hover {
    color: red;
}

.testRun.hide {
    height: 0;
    overflow: hidden;
    transition: height .3s;
}